.section1{
    background: url("../img/bg1.png") bottom center;
    background-size: cover;
    height: 900px;
}
.se1_left{
    float: left;
    margin-top: 130px;
}
.se1_left>h1{
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 30px;
}
.se1_left>p{
    color: rgba(255,255,255,0.6);
    font-size: 20px;
    margin-bottom: 60px;
}
.se1_left>a{
    display: block;
    width: 220px;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    background-color: #08d9d7;
    color: #11142d;
    border-radius: 32px;
}
.se1_pic{
    float: right;
    margin-top: 25px;
}
.section2>.m_title{
    text-align: center;
    padding: 55px 0 60px 0;
}
.m_title>h1{
    font-size: 36px;
    font-weight: 600;
}
.m_title>h3{
    font-size: 80px;
    font-weight: 600;
    color: rgba(238, 238, 238, 1);
    background: linear-gradient(
            180deg
            , rgba(237, 237, 237, 0.74) 0%, rgba(238, 238, 238, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -70px;
}
.m_title>p{
    margin-top: 30px;
    font-size: 18px;
    color: #808191;
}
.se2_nav{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 0;
}
.se2_nav>li{
    position: relative;
    display: inline-block;
    margin: 0 100px;
    font-size: 20px;
    transition: .25s;
}
.se2_nav>li>a{color: #11142d;font-weight: 600}
.se2_nav>li.active:before{
    content: '';
    width: 36px;
    height: 4px;
    background-color: #5e31db;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -18px;
}
.se2_nav>li.active>a{color: #5e31db}
.se2_list{
    text-align: center;
    margin-bottom: 50px;
    font-size: 0;
}
.se2_list>li{
    text-align: center;
    display: inline-block;
    margin: 0 25px;
    width: 280px;
    height: 280px;
    background-color: #fbfbfc;
    border-radius: 10px;
    padding-top: 60px;
}
.se2_list>li>h1{
    color: #5e31db;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 50px;
    font-family: Impact,"Microsoft YaHei", serif;
    font-weight: normal;
}
.se2_list>li>h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.se2_list>li>p{
    font-size: 14px;
    color: #808191;
}
.more_btn{
    display: block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto 60px auto;
    background-color: #f8c828;
    border-radius: 28px;
    color: #11142d;
    font-size: 18px;
}
.more_btn:hover{background: #f8d431
}
.section2{
    position: relative;
}
.section2:before{
    content: '';
    background: url("../img/yuan1.png");
    height: 396px;
    width: 213px;
    display: block;
    position: absolute;
    right: 0;
    top: -80px;
}
.section3{
    position: relative;
    background: url("../img/bg2.png") top center;
    background-size: cover;
    /*height: 920px;*/
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.section3 .l_title{
    /*float: left;*/
    margin-top: 300px;
    text-align: left;
    padding: 55px 0 60px 0;
}
.l_title>h1{
    font-size: 36px;
    font-weight: 600;
}
.l_title>h3{
    font-size: 80px;
    font-weight: 600;
    color: rgba(238, 238, 238, 1);
    background: linear-gradient(180deg, rgba(237, 237, 237, 0.74) 0%, rgba(238, 238, 238, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -70px;
}
.l_title>p{
    margin-top: 40px;
    font-size: 18px;
    line-height: 30px;
    color: #808191;
    margin-bottom: 50px;
}
.more_btn_l{
    display: block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    background-color: #f8c828;
    border-radius: 28px;
    color: #11142d;
    font-size: 18px;
}
.adv_list{
    /*float: right;*/
    width: 640px;
    margin-top: 100px;
}
.adv_list>li{
    float: right;
    width: 280px;
    /*height: 320px;*/
    height: fit-content;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px
    #f2f5f8;
    border-radius: 10px;
    margin: 0 0 40px 40px;
    padding: 30px;
}
.adv_list>li>img{
    margin-bottom: 20px;
}
.adv_list>li>h3{
    font-size: 20px;
    margin-bottom: 22px;
}
.adv_list>li>p{
    font-size: 16px;
    line-height: 30px;
    color: #808191;
}
.adv_list>li:nth-child(2){
    margin-top: 60px;
}
.adv_list>li:nth-child(3){
    margin-top: -60px;
}
.section4{
    position: relative;
    background: url("../img/bg3.jpg") bottom center;
    background-size: cover;
    height: 860px;
}
.m_title_w{
    text-align: center;
    padding: 100px 0 80px 0;
}
.m_title_w>h1{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}
.m_title_w>h3{
    font-size: 80px;
    font-weight: 600;
    color: rgba(238, 238, 238, 1);
    background: linear-gradient(
            180deg
            , rgba(237, 237, 237, 0.3) 0%, rgba(238, 238, 238, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -70px;
}
.m_title_w>p{
    margin-top: 30px;
    font-size: 18px;
    color: rgba(255,255,255,0.6);
}
.yuan_left{
    background: url("../img/yuan2.png");
    height: 213px;
    width: 129px;
    position: absolute;
    left: 0;
    top: -70px;
}
.roundabout_box {
    height:380px;
    width:100%;
    margin:0 auto;
}
.roundabout-holder{
    list-style:none;
    width: 700px;
    height:380px;
    margin:0 auto;
}
.roundabout-moveable-item{
    padding:40px 60px;
    height:400px;
    width:700px;
    cursor:pointer;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}
.roundabout-in-focus{
    cursor:auto;
    border-left:1px #fff solid;
    border-right:1px #fff solid;
}
.roundabout-in-focus000:hover{
    -webkit-box-shadow:0 0 20px #787878;
    -moz-box-shadow:0 0 20px #787878;
    background:#f9f9f9;
}
.roundabout-holder .text{
    color:#999;
}
.roundabout-in-focus000:hover span{
    display:inline;
    position:absolute;
    bottom:5px;
    right:5px;
    padding:8px 20px;
    background:#f9f9f9;
    color:#3366cc;
    z-index:999;
    -webkit-border-top-left-radius:5px;
    -moz-border-radius-topLeft:5px;
    border-left:1px solid #aaaaaa;
    border-top:1px solid #aaaaaa;
}
.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited{
    outline:none;
    text-decoration:none;
}
.roundabout li{
    margin:0
}
.roundabout-moveable-item>h3{
    font-size: 24px;
    margin-bottom: 40px;
}
.roundabout-moveable-item>h3>span{
    color: #ccc;
}
.roundabout-moveable-item>p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
    color: #808191;
}
.tag_list{
    text-align: center;
    font-size: 0;
}
.tag_list>span{
    display: inline-block;
    width: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #808191;
    text-align: center;
    margin: 0 10px;
    background-color: #f3f5f8;
    border-radius: 4px;
}
.main_title{
    text-align: center;
    padding: 60px 0;
}
.main_title>h1{
    font-size: 36px;
    font-weight: 600;
}
.main_title>h3{
    font-size: 80px;
    font-weight: 600;
    color: rgba(238, 238, 238, 1);
    background: linear-gradient(
            180deg
            , rgba(237, 237, 237, 0.74) 0%, rgba(238, 238, 238, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -70px;
}
.main_title>p{
    margin-top: 30px;
    font-size: 18px;
    color: #808191;
}
.partner{
    text-align: center;
    margin-bottom: 100px;
}
.partner>img{
    margin: 20px 0;
}
.section6{
    background: url("../img/bg4.png") top
     center no-repeat;
    background-size: cover;
    padding-top: 140px;
}